home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / writgaid / read32.zip / READ.DOC < prev    next >
Text File  |  1996-01-17  |  9KB  |  145 lines

  1.                            INSTRUCTIONS FOR READ
  2.  
  3. READ.EXE is a program for reading and editing ASCII text files. The program
  4. requires a PC/AT compatible computer with a color monitor. If a mouse is
  5. detected in the system, it is automatically supported. You can type READ
  6. FILENAME at the DOS prompt to load a text file at start-up time, or you can
  7. run the program and then select a file.
  8.  
  9. The file selection menu allows you to navigate to all drives and directories.
  10. Use the UP/DN ARROW KEYS, PAGE UP/DN, HOME/END or the MOUSE CURSOR to move
  11. the highlight bar (selecting the ".." token moves you up one directory). If
  12. you select a file by pressing the ENTER key, or by DOUBLE-CLICKING the LEFT
  13. MOUSE button, then the file will be loaded for editing. If you select a file
  14. by pressing the SPACE BAR, then the file will be loaded for viewing only (the
  15. F3 search and F7 print options will still be active). If you press ESCAPE
  16. from the menu, you will get an input prompt at the bottom of the screen that
  17. lets you enter a filename manually. If you specify a filename that does not
  18. exist, you will be asked if you want to create it.
  19.  
  20. Press ESCAPE, or F10, to end your session with READ. If you have made changes
  21. to the document, you will be asked if you want to save the file. Press ENTER
  22. to save the document under its present filename, or enter a different name.
  23. To bypass the file save, press ESCAPE again. At this point you will be asked
  24. if you want to quit the document. The default answer is [N]o. If you press
  25. [Y]es, or ESCAPE, you are returned to the file selection menu. You can either
  26. select another file, or press ESCAPE one more time. You are then asked to
  27. enter the filename of a new document to READ (this gives you the chance to
  28. CREATE another file). Press ESCAPE at this prompt to end the program. In
  29. general, use the ESCAPE key to cancel options, and to back progressively out
  30. of the program.
  31.  
  32. READ is capable of displaying and editing text files of virtually UNLIMITED
  33. size. When you READ a large text file (approximately 39K bytes or more), a
  34. set of temporary files is created in the default directory with filenames of
  35. the form {@}R****, where the asterisks are numbers indicating the segment
  36. number. Press F9 to go to another segment for reading or editing. Depending
  37. on the density of the text in your document, each segment can be up to 1500
  38. lines long. When you end your session, the original file is reconstructed,
  39. and the temporary file segments are erased.
  40.  
  41. Press F5 to toggle between the large text mode (40 character display) and the
  42. standard text mode (80 character display). Note that the prompt lines will
  43. display abbreviated information in the large text mode. Press F2 to change
  44. the color of text on the screen (the text color reverts to the default yellow
  45. for each new document). Press F1 to display a HELP screen that summarizes the
  46. editing keys.
  47.  
  48. If you just want to READ through a document, use the UP and DOWN ARROW keys
  49. to scroll the text, or use the PAGE UP and PAGE DOWN keys to go to the next
  50. full screen of text. The LEFT and RIGHT ARROW keys move the cursor along the
  51. lines of text. CTRL-LEFT ARROW and CTRL-RIGHT ARROW give you a fast cursor
  52. motion. HOME puts the cursor at the start of the current line, and END puts
  53. the cursor at the end of the line. CTRL-HOME puts the cursor at the beginning
  54. of the document, and CTRL-END puts the cursor at the end of the document.
  55.  
  56. The MOUSE CURSOR can be used to position the editing cursor by clicking the
  57. LEFT mouse button. Also, you can place the MOUSE CURSOR on the UP and DOWN
  58. ARROW ICONS and click the LEFT button to scroll to the next full screen of
  59. text. Place the MOUSE CURSOR on the TOP or BOTTOM screen border lines and
  60. click the LEFT button to move the editing cursor UP or DOWN one line. Place
  61. the MOUSE CURSOR of the LEFT or RIGHT screen border lines and click the LEFT
  62. button to advance the editing cursor 10 positions LEFT or RIGHT. In general,
  63. the LEFT mouse button is treated like a RETURN key press, and the RIGHT mouse
  64. button is treated like an ESCAPE key press.
  65.  
  66. Press CTRL-W to turn on the word wrap feature. The current file or segment
  67. will be processed so that long text lines are wrapped onto the editing
  68. screen. This will NOT alter the original file on disk unless you explicitly
  69. save the document. When you are entering text, words at the end of a line
  70. will be automatically wrapped onto the next line. The default setting is OFF
  71. for each new document.
  72.  
  73. If you toggle the line indenting feature using the F12 key, the next line of
  74. text will be aligned with the starting column of the line above it when you
  75. press ENTER. Use the INSERT key to toggle the insert or typeover mode. The
  76. TAB key will insert or typeover five standard spaces in your document, but
  77. does NOT insert the ASCII TAB character. The DELETE and BACKSPACE keys are
  78. used for deleting text one character at a time.
  79.  
  80. Pressing CTRL-Y will delete the current line and put it into the editing
  81. buffer. Text in the editing buffer can be inserted anywhere by pressing
  82. SHIFT-INSERT. To mark a block of lines for cutting and pasting, press SHIFT-
  83. DOWN ARROW to highlight the lines (use SHIFT-UP ARROW to unmark the lines).
  84. You can also highlight text by holding down the LEFT button and dragging the
  85. MOUSE cursor. Press ESCAPE to cancel the block edit. Press SHIFT-DELETE to
  86. cut the text into the buffer, and SHIFT-INSERT to paste the text from the
  87. buffer into your document.
  88.  
  89. If you just want to copy text, use SHIFT-DELETE to cut the highlighted text, 
  90. and then re-insert it using SHIFT-INSERT. The block of lines is still in the
  91. editing buffer. Move the cursor to where you want to copy the text and press
  92. SHIFT-INSERT again. Note that you can also copy text in the editing buffer 
  93. to another file by simply loading the new file, positioning the cursor and
  94. pressing SHIFT-INSERT.
  95.  
  96. READ offers a simple search and replace feature. Pressing F3 gives you the
  97. prompt SEARCH FOR. Press ESCAPE to cancel the search, otherwise enter the
  98. search string. Note that case is significant. The search string you enter
  99. becomes the default target for the next time you press F3. For large files,
  100. all segments are searched. If the search is successful, the line containing
  101. the string will be displayed as the top line on the screen, with the search
  102. string highlighted. You are then asked REPLACE WITH, where the default
  103. response is the current search string. Pressing ENTER, or ESCAPE, cancels
  104. the string replacement feature. If you type some other replacement string,
  105. that string becomes the default replacement string until you change it.
  106.  
  107. Pressing F7 sends the current document, segment, or marked block of text to
  108. your printer. You can press ESCAPE to cancel the print option, or you can
  109. press ESCAPE during printing to stop the process.
  110.  
  111. Text files created on some computer systems may have each line terminated
  112. by a NEW LINE character (ASCII 10), but have no CARRIAGE RETURN characters
  113. (ASCII 13). If READ detects this situation when a file is about to be loaded,
  114. note that the file will be rewritten with CARRIAGE RETURNS inserted before
  115. it is loaded into the program.
  116.  
  117. READ will not alter other ASCII control codes that may be embedded in your
  118. original document, but certain characters will be treated in special ways.
  119. For example, existing TAB characters (ASCII 9) are displayed as single HARD
  120. SPACE characters (ASCII 255). Other control codes, such as NEW PAGE (ASCII
  121. 12), are shown as the equivalent control character in braces. The NEW PAGE
  122. character causes a FORM FEED when you send your file to a printer.
  123.  
  124. You should find READ to be easy to use. A device error, or file access error,
  125. will cause a warning message to be displayed on the prompt line at the bottom
  126. of the screen. If your document becomes so large that you are about to run
  127. out of FREE work space (as reported on the prompt line) you will be prompted
  128. to save the file and then READ it again. When you READ the file again, it
  129. will be displayed in segments.
  130.  
  131.                                SHAREWARE
  132.  
  133. READ is distributed as Shareware. Feel free to share the program and its
  134. files with others. However, if you continue to use READ, you must register
  135. the program by sending $12.00 US to:
  136.  
  137.                           Robert Lindsay Wells
  138.                           1405 Lynn Avenue
  139.                           Clearwater, FL 34615
  140.  
  141. When you register, you will receive the latest version of READ with the
  142. shareware reminders removed, a sheet summarizing features in the program, 
  143. one free upgrade of the program, and three months of technical support by 
  144. telephone or E-Mail. Please register today!
  145.